mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Add test cases for obsolete issues
#KT-3407 Obsolete #KT-4753 Obsolete
This commit is contained in:
4
compiler/testData/codegen/boxWithJava/interfaces/inheritJavaInterface/MyInt.java
vendored
Normal file
4
compiler/testData/codegen/boxWithJava/interfaces/inheritJavaInterface/MyInt.java
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
public interface MyInt {
|
||||
|
||||
String test();
|
||||
}
|
||||
Reference in New Issue
Block a user