FIR IDE: unmute passing tests
fix unmute passing
This commit is contained in:
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_COMPARISON
|
||||||
object A {
|
object A {
|
||||||
val x : Int = 0
|
val x : Int = 0
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// FIR_COMPARISON
|
||||||
|
|
||||||
class Test
|
class Test
|
||||||
|
|
||||||
val localTest1 = Test() <error>-</error> 12
|
val localTest1 = Test() <error>-</error> 12
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// FIR_COMPARISON
|
||||||
|
|
||||||
interface A {
|
interface A {
|
||||||
fun foo()
|
fun foo()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// FIR_COMPARISON
|
||||||
|
|
||||||
class A
|
class A
|
||||||
|
|
||||||
fun f() {
|
fun f() {
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// FIR_COMPARISON
|
||||||
|
|
||||||
data class XY(val x: Int, val y: Int)
|
data class XY(val x: Int, val y: Int)
|
||||||
|
|
||||||
fun convert(xy: XY, f: (XY) -> Int) = f(xy)
|
fun convert(xy: XY, f: (XY) -> Int) = f(xy)
|
||||||
|
|||||||
@@ -1,2 +1,4 @@
|
|||||||
|
// FIR_COMPARISON
|
||||||
|
|
||||||
val f = 1 <error>></error><EOLError descr="Expecting an element"></EOLError>
|
val f = 1 <error>></error><EOLError descr="Expecting an element"></EOLError>
|
||||||
val g: Int = 3
|
val g: Int = 3
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// FIR_COMPARISON
|
||||||
|
|
||||||
object A {
|
object A {
|
||||||
class B
|
class B
|
||||||
fun foo() = 1
|
fun foo() = 1
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// FIR_COMPARISON
|
||||||
|
|
||||||
interface Bar {
|
interface Bar {
|
||||||
fun <T> T.bar() {}
|
fun <T> T.bar() {}
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_FIR
|
|
||||||
// EXPECTED_DUPLICATED_HIGHLIGHTING
|
// EXPECTED_DUPLICATED_HIGHLIGHTING
|
||||||
|
|
||||||
typealias <info textAttributesKey="KOTLIN_TYPE_ALIAS">Predicate</info><<info textAttributesKey="KOTLIN_TYPE_PARAMETER">T</info>> = (<info textAttributesKey="KOTLIN_TYPE_PARAMETER">T</info>) -> <info textAttributesKey="KOTLIN_CLASS">Boolean</info>
|
typealias <info textAttributesKey="KOTLIN_TYPE_ALIAS">Predicate</info><<info textAttributesKey="KOTLIN_TYPE_PARAMETER">T</info>> = (<info textAttributesKey="KOTLIN_TYPE_PARAMETER">T</info>) -> <info textAttributesKey="KOTLIN_CLASS">Boolean</info>
|
||||||
|
|||||||
Reference in New Issue
Block a user