JS: fix callable reference with implicit extension receiver (KT-22638 fixed)

This commit is contained in:
Anton Bannykh
2018-02-01 17:41:11 +03:00
parent f4e2102787
commit 3ead464671
4 changed files with 50 additions and 13 deletions
@@ -1,3 +1,5 @@
// SKIP_SOURCEMAP_REMAPPING
fun box(): String {
var state = 0
val name = (state++)::toString.name