Add FIR_IGNORE directive to test files that must be skipped

This commit is contained in:
Ivan Cilcic
2019-08-29 22:25:57 +03:00
committed by Mikhail Glukhikh
parent 350bd33769
commit 24cce75899
37 changed files with 51 additions and 2 deletions
@@ -1,3 +1,4 @@
// FIR_IGNORE
abstract class A {
abstract class Nested
}
@@ -1,3 +1,4 @@
// FIR_IGNORE
package a.b
class C<T, out S> {
@@ -1,3 +1,4 @@
// FIR_IGNORE
import my.println
enum class Order {
@@ -1,3 +1,4 @@
// FIR_IGNORE
interface Some
object O1 : Some
@@ -1,3 +1,4 @@
// FIR_IGNORE
// Unit
// │ fun ((T) -> Unit).invoke(T): Unit
// │ │
@@ -1,3 +1,4 @@
// FIR_IGNORE
class NoPrimary {
// String
// │
@@ -1,3 +1,4 @@
// FIR_IGNORE
package test
interface Some