[FIR] Remove links to spec sentences during comparison fir and old front-end test data
This commit is contained in:
Vendored
+1
@@ -4,6 +4,7 @@
|
||||
* RELEVANT SPEC SENTENCES (spec version: 0.1-220, test type: pos):
|
||||
* - expressions, call-and-property-access-expressions, callable-references -> paragraph 11 -> sentence 3
|
||||
*/
|
||||
|
||||
import kotlin.reflect.KFunction0
|
||||
|
||||
fun test() {
|
||||
|
||||
+1
@@ -5,6 +5,7 @@
|
||||
* - expressions, call-and-property-access-expressions, navigation-operators -> paragraph 9 -> sentence 2
|
||||
* - expressions, call-and-property-access-expressions, navigation-operators -> paragraph 8 -> sentence 1
|
||||
*/
|
||||
|
||||
import kotlin.reflect.KProperty1
|
||||
|
||||
class DTO {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
|
||||
fun Int.foo() : Boolean = true
|
||||
|
||||
fun foo() : Int {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
|
||||
fun foo(x: Int) = x
|
||||
|
||||
fun test0(flag: Boolean) {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
|
||||
fun test1(): Int {
|
||||
val x: String = if (true) {
|
||||
when {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
|
||||
val test1: (String) -> Boolean =
|
||||
when {
|
||||
true -> {{ true }}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
// NI_EXPECTED_FILE
|
||||
|
||||
val test1 = when {
|
||||
true -> { { true } }
|
||||
else -> TODO()
|
||||
|
||||
Reference in New Issue
Block a user