Remove obsolete test about class literals is not supported

This commit is contained in:
Zalim Bashorov
2016-10-04 20:22:26 +03:00
parent 71235eebd0
commit 279b4dc03c
4 changed files with 0 additions and 21 deletions
@@ -1,4 +0,0 @@
$TESTDATA_DIR$/diagnosticForClassLiteral.kt
-no-stdlib
-output
$TEMP_DIR$/out.js
-7
View File
@@ -1,7 +0,0 @@
package foo
class A
fun test() {
A::class
}
@@ -1,4 +0,0 @@
compiler/testData/cli/js/diagnosticForClassLiteral.kt:6:5: error: cannot translate (not supported yet): 'A::class'
A::class
^
COMPILATION_ERROR