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