[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
|
||||
interface Base {
|
||||
fun printMessage()
|
||||
fun printMessageLine()
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// FIR_IGNORE
|
||||
package p
|
||||
|
||||
class A {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// FIR_IGNORE
|
||||
package org.jetbrains.kotlin.test
|
||||
|
||||
// Int Int
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// FIR_IGNORE
|
||||
interface Source<out T> {
|
||||
fun nextT(): T
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user