Pull Up: Java -> Kotlin interoperability
#KT-5803 Fixed
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
// INFO: {"checked": "true"}
|
||||
interface X {
|
||||
|
||||
}
|
||||
|
||||
// INFO: {"checked": "false"}
|
||||
interface Y {
|
||||
|
||||
}
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
interface Z {
|
||||
|
||||
}
|
||||
|
||||
class B extends A implements Y {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user