Provide language version settings correctly for platform modules
So #KT-24546 Fixed
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
fun some() {}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
suspend fun foo(
|
||||
block: suspend () -> Unit
|
||||
) {
|
||||
block()
|
||||
}
|
||||
Reference in New Issue
Block a user