JS: bound callable references (KT-13573).
This commit is contained in:
+1
-4
@@ -1,8 +1,5 @@
|
||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||
// Enable when callable references to builtin members is supported
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
// See KT-12995
|
||||
|
||||
fun box(): String {
|
||||
var state = 0
|
||||
val name = (state++)::toString.name
|
||||
|
||||
Reference in New Issue
Block a user