Load special override as HIDDEN in case of signature clash
#KT-10151 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
val cb: CharBuffer = CharBuffer.impl()
|
||||
|
||||
return cb.get(0).toString() + (cb as CharSequence).get(1).toString()
|
||||
}
|
||||
Reference in New Issue
Block a user