Files
kotlin/idea/testData/multiModuleQuickFix/class/header/header.kt
Pavel V. Talanov 1f4926e259 Rewrite QuickFixMultiModuleTest to be generated
Adjust test data
Drop 'overload' test data since it was never run before
2018-04-04 17:56:34 +02:00

15 lines
262 B
Kotlin
Vendored

// "Create actual class for module testModule_JVM (JVM)" "true"
expect class <caret>My {
fun foo(param: String): Int
fun String.bar(y: Double): Boolean
fun baz(): Unit
constructor(flag: Boolean)
val isGood: Boolean
var status: Int
}