Files
Kirill Rakhman 931480b12d [FIR2IR] Fix nullability of converted raw types
#KT-65298 Fixed
2024-02-14 09:55:24 +00:00

9 lines
98 B
Kotlin
Vendored

class A : Java1 {
constructor() /* primary */ {
super/*Java1*/()
/* <init>() */
}
}