JS: fix callable reference with implicit extension receiver (KT-22638 fixed)
This commit is contained in:
+2
@@ -1,3 +1,5 @@
|
||||
// SKIP_SOURCEMAP_REMAPPING
|
||||
|
||||
fun box(): String {
|
||||
var state = 0
|
||||
val name = (state++)::toString.name
|
||||
|
||||
Reference in New Issue
Block a user