Add FIR_IGNORE directive to test files that must be skipped
This commit is contained in:
committed by
Mikhail Glukhikh
parent
350bd33769
commit
24cce75899
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user