Files
kotlin-fork/idea/testData/quickfix/autoImports/excludedFromImport.after
T
2017-01-25 17:39:36 +03:00

13 lines
394 B
Plaintext
Vendored

// "Import" "false"
// WITH_RUNTIME
// ACTION: Create local variable 'FunctionReference'
// ACTION: Create object 'FunctionReference'
// ACTION: Create parameter 'FunctionReference'
// ACTION: Create property 'FunctionReference'
// ACTION: Introduce local variable
// ACTION: Rename reference
// ERROR: Unresolved reference: FunctionReference
fun some() {
FunctionReference<caret>::class
}