eaa07dac17
#KT-33930 Fixed
6 lines
147 B
Plaintext
Vendored
6 lines
147 B
Plaintext
Vendored
These declarations cannot be transformed:
|
|
fun a() = TODO()
|
|
fun b() = "string"
|
|
actual lateinit var c: Int
|
|
const val d = "const"
|