mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Remove wrong condition part: there could be irrelevant overrides from Kotlin
This commit is contained in:
4
compiler/testData/codegen/boxWithJava/collections/irrelevantImplMutableListKotlin/A.java
vendored
Normal file
4
compiler/testData/codegen/boxWithJava/collections/irrelevantImplMutableListKotlin/A.java
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
public class A extends AImpl implements java.util.List<String> {
|
||||
public <T> T[] toArray(T[] a) {return null;}
|
||||
public Object[] toArray() {return null;}
|
||||
}
|
||||
Reference in New Issue
Block a user