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