Files
kotlin-fork/jps-plugin/testData/incremental/lookupTracker/simple/main.kt
T
Zalim Bashorov 7e250ab2ca Add test infrastructure to check the tracking lookups
Added simple test to verify infrastructure.
2015-08-08 02:08:19 +03:00

7 lines
91 B
Kotlin
Vendored

package foo.bar
fun main(args: Array<String>) {
val f: Array<Int>
val s: String
}