4ca10c61fd
#KT-11308 fixed
13 lines
394 B
Plaintext
Vendored
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
|
|
} |