FIR IDE: temporary ignore failing tests

This commit is contained in:
Ilya Kirillov
2020-08-07 16:03:01 +03:00
parent 683ec2beff
commit 054d196ec5
10 changed files with 9 additions and 2 deletions
@@ -1,5 +1,3 @@
// FIR_COMPARISON
interface A {
fun foo()
}
@@ -1,3 +1,4 @@
// IGNORE_FIR
annotation class A
class B
@@ -1,3 +1,4 @@
// IGNORE_FIR
package testing
annotation class Annotation<T>(val clazz: Class<T>)
@@ -1,3 +1,4 @@
// IGNORE_FIR
package t
class A {
@@ -1,3 +1,4 @@
// IGNORE_FIR
package t
class A {
@@ -1,3 +1,4 @@
// IGNORE_FIR
package test
class A
@@ -1,3 +1,4 @@
// IGNORE_FIR
val v: UnknownClass<<caret>String>
// REF: (kotlin).String
@@ -1,3 +1,4 @@
// IGNORE_FIR
val v: UnknownClass<<caret>String>()
// REF: (kotlin).String
@@ -1,3 +1,4 @@
// IGNORE_FIR
class Foo<T, V>
class Bar: Foo<<caret>String
@@ -1,3 +1,4 @@
// IGNORE_FIR
package foo
class A