Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/callExpression/callWithGroovyClassQualifier.before.Main.kt
T

4 lines
102 B
Kotlin

// "Create class 'Foo'" "false"
// ERROR: Unresolved reference: Foo
fun test() = J.<caret>Foo(2, "2")