[VISUALIZER] Remove ignore directive from correct test files
This commit is contained in:
committed by
TeamCityServer
parent
59416f447e
commit
13ef126d4c
@@ -1,4 +1,3 @@
|
||||
// FIR_IGNORE
|
||||
abstract class A {
|
||||
abstract class Nested
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// FIR_IGNORE
|
||||
object A {
|
||||
constructor()
|
||||
init {}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// FIR_IGNORE
|
||||
open class Base<T>(val x: T)
|
||||
|
||||
// constructor Base<T>(T)
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// FIR_IGNORE
|
||||
fun test() {
|
||||
// <anonymous>
|
||||
// │
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// FIR_IGNORE
|
||||
import my.println
|
||||
|
||||
enum class Order {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// FIR_IGNORE
|
||||
interface Some
|
||||
|
||||
object O1 : Some
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// FIR_IGNORE
|
||||
// T fun (() -> T).invoke(): T
|
||||
// │ │
|
||||
fun <T> simpleRun(f: () -> T): T = f()
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// FIR_IGNORE
|
||||
class NoPrimary {
|
||||
// String
|
||||
// │
|
||||
|
||||
Reference in New Issue
Block a user