Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
declarationChecks
/
kt47245.kt
blob: c6fc980d86a4ec8308528a308fb1b97c0e7c7ecf [
file
]
// SKIP_KT_DUMP
fun test
()
{
for
(
i
in
0.
.
0
)
fun x
()
{}
}