Files
kotlin-fork/idea/testData/decompiler/navigation/usercode/GlobalProperty.source.expected
T
2016-03-30 21:35:18 +03:00

5 lines
113 B
Plaintext
Vendored

main.kt
public val <1>globalVal : Pair<Int, String> = Pair(239, "239")
public val <2>globalValWithGetter : Long