mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Load special override as HIDDEN in case of signature clash
#KT-10151 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import java.util.*;
|
||||
|
||||
public class J implements Container {
|
||||
final public String removeAt(int index) { return "abc"; }
|
||||
final public String removeAt(int index) { return "abc"; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user