Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/compilationErrorThenFixedOtherPackage/usage.kt.new.2
T

5 lines
58 B
Plaintext
Vendored

package usage
fun main(args: Array<String>) {
f.f()
}