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
data class Vector(val x: Int, val y: Int) {
// Vector
// │ constructor Vector(Int, Int)