[VISUALIZER] Remove ignore directive from correct test files

This commit is contained in:
Ivan Kylchik
2021-02-20 17:01:20 +03:00
committed by TeamCityServer
parent 59416f447e
commit 13ef126d4c
29 changed files with 5 additions and 31 deletions
@@ -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
}