Adjust testData to new labels syntax
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
inline fun run1<T>(body : () -> T) : T = body()
|
||||
|
||||
fun main1(<!UNUSED_PARAMETER!>args<!> : Array<String>) {
|
||||
run1 @l{ 1 } // should not be an error
|
||||
run1 l@{ 1 } // should not be an error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user