c084eefb65
These actions became available more often some days ago
11 lines
255 B
Kotlin
Vendored
11 lines
255 B
Kotlin
Vendored
// "Create class 'Foo'" "false"
|
|
// ACTION: Create extension function 'Int.Foo'
|
|
// ACTION: Rename reference
|
|
// ACTION: Convert to run
|
|
// ACTION: Convert to with
|
|
// ERROR: Unresolved reference: Foo
|
|
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
val a = 2.<caret>Foo(1)
|
|
} |