41fd43b5e5
Bug:
fun loop(var times : Int) {
while(times > 0) {
val u : (value : Int) -> Unit = { // This arrow is confusing the lookahead
System.out?.println(it)
}
u(times--)
}
}
16 lines
241 B
Plaintext
16 lines
241 B
Plaintext
package dollar
|
|
|
|
open class `$$$$$`() {
|
|
}
|
|
open class `$`() {
|
|
}
|
|
open class `$$`(`$$$$` : `$$$$$`?) : `$`() {
|
|
val `$$$` : `$$$$$`?
|
|
{
|
|
$`$$$` = `$$$$`
|
|
}
|
|
open public fun `$$$$$$`() : `$$$$$`? {
|
|
return `$$$`
|
|
}
|
|
}
|