Files
kotlin-fork/idea/testData/quickfix/implement/noDefaultConstructor.kt
T
Valentin Kipyatkov 21c2268f70 Protection against "<caret>" missing in test data
Many incorrect tests fixed
2016-09-27 18:05:26 +03:00

4 lines
148 B
Kotlin
Vendored

// "class org.jetbrains.kotlin.idea.intentions.CreateKotlinSubClassIntention" "false"
// ACTION: Create test
abstract class <caret>Base(val x: Int)