Files
kotlin-fork/jps-plugin/testData/incremental/topLevelMembersInTwoFiles/a.kt
T
2014-06-19 14:22:43 +04:00

13 lines
98 B
Kotlin

package test
fun foo() {
bar(5)
baz()
}
fun baz() {
}
val prop1 = ""
val prop2 = prop1