db2fb86c8e
Testing: total kotlin test controls no stubs in FIR in non-stub-mode #KT-29002 Fixed
13 lines
242 B
Plaintext
Vendored
13 lines
242 B
Plaintext
Vendored
FILE: init.kt
|
|
public? final? class WithInit {
|
|
public? constructor(x: Int): super<kotlin.Any>()
|
|
|
|
public? final? property x(val): Int
|
|
public? get(): Int
|
|
|
|
init {
|
|
this#.x# = x#
|
|
}
|
|
|
|
}
|