mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Migrate boxAgainstJava tests to multi-file framework
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
// FILE: A.java
|
||||
|
||||
interface A {
|
||||
void foo();
|
||||
}
|
||||
|
||||
// FILE: 1.kt
|
||||
|
||||
internal interface B : A {
|
||||
fun bar() = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user