eaa07dac17
#KT-33930 Fixed
11 lines
237 B
Plaintext
Vendored
11 lines
237 B
Plaintext
Vendored
// "Create expected class in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
interface Some
|
|
|
|
actual class A {
|
|
fun <caret>a(): Some = TODO()
|
|
private fun b() = "string"
|
|
lateinit var c: Int
|
|
const val d = "const"
|
|
} |