6c439ae85a
#KT-34744
13 lines
344 B
Kotlin
Vendored
13 lines
344 B
Kotlin
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: <caret>Foo) {
|
|
|
|
} |