9 lines
122 B
Kotlin
Vendored
9 lines
122 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// JAVAC_EXPECTED_FILE
|
|
interface I2 {
|
|
val size: Int
|
|
}
|
|
|
|
class B2 : java.util.ArrayList<String>(), I2
|
|
|