[TD] Update testdata according to previous commit
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// NO_CHECK_LAMBDA_INLINING
|
||||
// FILE: 1.kt
|
||||
|
||||
class Inline {
|
||||
@@ -9,7 +10,6 @@ class Inline {
|
||||
|
||||
// FILE: 2.kt
|
||||
|
||||
//NO_CHECK_LAMBDA_INLINING
|
||||
fun test1(): Int {
|
||||
val inlineX = Inline()
|
||||
var p = { l : Int -> l};
|
||||
|
||||
Reference in New Issue
Block a user