Provide language version settings correctly for platform modules

So #KT-24546 Fixed
This commit is contained in:
Mikhail Glukhikh
2018-05-24 12:59:32 +03:00
parent 6c3d69f74c
commit f8f3b1c6f1
8 changed files with 36 additions and 13 deletions
@@ -0,0 +1,2 @@
// !CHECK_HIGHLIGHTING
fun some() {}
@@ -0,0 +1,5 @@
suspend fun foo(
block: suspend () -> Unit
) {
block()
}