Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/delegationSpecifier/classDelegatorToSuperclass.kt
T
Alexey Sedunov 3d88df73e0 Minor: Fix spelling of intention text
#KT-9639 Fixed
2015-10-20 18:39:48 +03:00

9 lines
154 B
Kotlin
Vendored

// "Create class 'A'" "false"
// ACTION: Create interface 'A'
// ACTION: Create test
// ERROR: Unresolved reference: A
package p
class Foo: <caret>A {
}