Alexey Andreev
|
88eef7337e
|
KT-12928: decompose invocation like "a.foo(b)" to "$t = a; $s = $t.foo.bind($t); $s(b)" instead of "$t = a.foo; $t(b)", since in the latter case foo won't receive proper this. Add optimization that replaces "foo.bar.bind(baz)(args)" with "baz.bar(args)"
|
2016-07-04 14:52:12 +03:00 |
|
Alexey Andreev
|
b8b6999afc
|
JS/Inlining: add test case for KT-10931
|
2016-06-07 11:54:12 +03:00 |
|
Yan Zhulanow
|
9d1af5a17e
|
Fix tests: "infix modifier required" and "operator modifier required" errors
|
2015-11-27 15:51:11 +03:00 |
|
Denis Zharkov
|
9adde77c47
|
Replace inlineOption(ONLY_LOCAL_RETURN) with crossinline in testData
|
2015-09-18 10:14:33 +03:00 |
|
Michael Nedzelsky
|
f6892580f6
|
fix tests in org.jetbrains.kotlin.js.test.semantics
|
2015-09-08 02:06:19 +03:00 |
|
Alexey Tsvetkov
|
fc1a1f742b
|
JS test: added multi-module inline tests
|
2015-05-25 20:20:25 +03:00 |
|