Files
kotlin-fork/compiler/testData/diagnostics/tests/extensions/contextReceivers/syntaxError.kt
T
2021-12-02 20:24:16 +03:00

6 lines
85 B
Kotlin
Vendored

// FIR_IDENTICAL
// !LANGUAGE: +ContextReceivers
context(
<!SYNTAX!><!>fun foo() {
}