Replace deprecated annotations with modifiers in testData
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// expected: rv: 2
|
||||
@inline fun foo(l: (Int) -> Int ): Int {
|
||||
inline fun foo(l: (Int) -> Int ): Int {
|
||||
return l(1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user