Remove obsolete test about class literals is not supported
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
$TESTDATA_DIR$/diagnosticForClassLiteral.kt
|
||||
-no-stdlib
|
||||
-output
|
||||
$TEMP_DIR$/out.js
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user