Load special override as HIDDEN in case of signature clash
#KT-10151 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.nio.CharBuffer
|
||||
|
||||
fun box(): String {
|
||||
val cb = CharBuffer.wrap("OK")
|
||||
cb.position(1)
|
||||
val o = cb[0]
|
||||
val k = (cb as CharSequence).get(0)
|
||||
return o.toString() + k
|
||||
}
|
||||
Reference in New Issue
Block a user