Skip to content

Instantly share code, notes, and snippets.

@v3n3
Last active September 5, 2017 20:33
Show Gist options
  • Save v3n3/87c1b80275a2099bc63b38d77c1b189b to your computer and use it in GitHub Desktop.
Save v3n3/87c1b80275a2099bc63b38d77c1b189b to your computer and use it in GitHub Desktop.
import my.package.CONSTANT1
import my.package.utility1
class TestClass{
fun func1() = CONSTANT1
fun func2() = utility1()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment