Files
kotlin-fork/idea/testData/multiModuleQuickFix/other/importExpectClassWithoutActualInJvm/jvm/b.kt.after
T
Dmitry Gridin 6c439ae85a Create TrailingCommaIntention
#KT-34744
2020-02-04 21:34:53 +07:00

13 lines
337 B
Plaintext
Vendored

// "Import" "false"
// ACTION: Create annotation 'Foo'
// ACTION: Create class 'Foo'
// ACTION: Create enum 'Foo'
// ACTION: Create interface 'Foo'
// ACTION: Create type parameter 'Foo' in function 'use'
// ACTION: Enable a trailing comma by default in the formatter
// ERROR: Unresolved reference: Foo
package bar
fun use(f: Foo) {
}