Introduce FIR_IDENTICAL for FIR vs old frontend tests #KT-36879 Fixed
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
interface IC {
|
||||
fun toString(x: String): String = "IC$x"
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
interface IC {
|
||||
fun toString(x: String): String = "IC$x"
|
||||
}
|
||||
-9
@@ -1,9 +0,0 @@
|
||||
interface ITop {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
interface ILeft : ITop
|
||||
|
||||
interface IRight : ITop
|
||||
|
||||
interface IDerived : ILeft, IRight
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
interface ITop {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user