mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Support inheritance from java 8 interfaces
#KT-5969 In Progress
This commit is contained in:
4
compiler/testData/codegen/boxWithJava/trait/MyInt.java
Normal file
4
compiler/testData/codegen/boxWithJava/trait/MyInt.java
Normal file
@@ -0,0 +1,4 @@
|
||||
public interface MyInt {
|
||||
|
||||
String test();
|
||||
}
|
||||
Reference in New Issue
Block a user