Files
kotlin-fork/idea/testData/refactoring/moveHandler/declarations/topLevelValInScript/test.kts
T
2018-08-09 10:06:31 +03:00

3 lines
42 B
Kotlin
Vendored

class Foo
fun bar() = 1
val <caret>baz = 0