Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/callExpression/callWithLibClassQualifier.kt
T
Valentin Kipyatkov 1ad5ea4f7e Corrected test data
2015-05-14 01:10:13 +03:00

8 lines
198 B
Kotlin
Vendored

// "Create class 'Foo'" "false"
// ACTION: Create extension function 'Foo'
// ACTION: Replace with infix function call
// ERROR: Unresolved reference: Foo
fun test() {
val a = 2.<caret>Foo(1)
}