Skip to content

Instantly share code, notes, and snippets.

@yuriyskulskiy
Created June 15, 2020 04:02
Show Gist options
  • Save yuriyskulskiy/8e75e9730a3f7366969973fe36211b46 to your computer and use it in GitHub Desktop.
Save yuriyskulskiy/8e75e9730a3f7366969973fe36211b46 to your computer and use it in GitHub Desktop.
private class PrivateTopLevelCass {
fun printMessage() {
println("hello")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment