Merge pull request #2321 from neetopia/irLineNumberTestFix

Fix compareCustom function in IrLineNumberTest class, to exclude comment
This commit is contained in:
max-kammerer
2019-05-10 11:40:19 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -8,5 +8,5 @@ fun foo(i: Int = 1) {
inline fun bar(i: Int = 1) {
}
// IGNORE_BACKEND: JVM_IR
// 2 3 13 14 4 7 6 10 9 15