Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
psi
/
recovery
/
InvalidCharInSingleLineLambda.kt
blob: fab86af47adf5da6149694e3d3961e77b6fc149c [
file
] [
log
] [
blame
]
// checks that invalid characters (inserted e.g. by completion) inside single-line block do not cause wrong scopes for declarations below
fun foo
()
{
x
{
v
.
s$
}
val v
=
""
}
fun bar
()
{
}