Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/referenceExpression/unusedReference.kt.after

10 lines
73 B
Plaintext
Vendored

// "Create object 'Foo'" "true"
fun test() {
Foo
}
object Foo {
}