mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
12 lines
240 B
Kotlin
Vendored
12 lines
240 B
Kotlin
Vendored
// "Create parameter 'foo'" "true"
|
|
// ERROR: No value passed for parameter 'foo'
|
|
// ERROR: No value passed for parameter 'foo'
|
|
// ERROR: No value passed for parameter 'foo'
|
|
|
|
enum class E {
|
|
A,
|
|
B,
|
|
C;
|
|
|
|
val t: Int = <caret>foo
|
|
} |