mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Take into account irrelevant implementation of special builtins
This commit is contained in:
5
compiler/testData/codegen/boxWithJava/collections/irrelevantRemoveAtOverrideInJava/J.java
vendored
Normal file
5
compiler/testData/codegen/boxWithJava/collections/irrelevantRemoveAtOverrideInJava/J.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import java.util.*;
|
||||
|
||||
public class J implements Container {
|
||||
final public String removeAt(int index) { return "abc"; }
|
||||
}
|
||||
Reference in New Issue
Block a user