Fix "create enum constant" test (create type alias is no longer here)

This commit is contained in:
Mikhail Glukhikh
2018-01-31 13:49:25 +03:00
parent 209c66ca1b
commit 00ceac54fc
@@ -5,6 +5,5 @@
// ACTION: Create class 'A'
// ACTION: Create enum 'A'
// ACTION: Create interface 'A'
// ACTION: Create type alias 'A'
// ERROR: Unresolved reference: A
internal fun foo(): J.<caret>A = throw Throwable("")