Mute failing ES6 phases

This commit is contained in:
Anton Bannykh
2020-06-03 12:47:29 +03:00
parent 955087868a
commit a1c9ee1013
3 changed files with 3 additions and 2 deletions
@@ -2,6 +2,7 @@
// TODO: Support JsExport on object declarations: KT-39117
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
@JsExport
object A {
+1
View File
@@ -2,6 +2,7 @@
// TODO: Support JsExport on object declarations: KT-39117
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
@JsExport
object A {
@@ -1,4 +1,5 @@
// TARGET_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// CHECK_TYPESCRIPT_DECLARATIONS
// RUN_PLAIN_BOX_FUNCTION
// SKIP_MINIFICATION
@@ -7,8 +8,6 @@
// TODO fix statics export in DCE-driven mode
// SKIP_DCE_DRIVEN
// IGNORE_BACKEND: JS_IR_ES6
@file:JsExport
class ClassWithDefaultCtor {