summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/compilationErrorThenFixedWithPhantomPart3/usage.kt.new.1
blob: 5379a61c3e8e4dff0b05000afde194789ae0f495 (plain)
1
2
3
4
5
6
import new.*

fun main(args: Array<String>) {
    B().f(
    A().f(
}