7 lines
149 B
Text
7 lines
149 B
Text
fun test() {
|
|
if true true { }
|
|
}
|
|
|
|
// NOTE: These errors should be better
|
|
// @expect-errors:
|
|
// | 2:10: Error at 'true': expected a block after `if`
|