Files
kotlin-fork/jps/jps-plugin/testData/incremental/multiModule/simple/module1_A.kt.new.2
T
Alexey Tsvetkov f81f5421a9 Move multi-module IC tests to separate dir
At the moment they are used only with JPS

Original commit: 23bc907d3f
2017-08-29 02:24:37 +03:00

5 lines
49 B
Plaintext

package foo
open class A {
open fun f() {}
}