Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
incompleteCode
/
kt1955.kt
blob: c1f0bcd30f392fba49c7db508410991d8cf0afeb [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
//KT-1955 Half a file is red on incomplete code
package
b
fun foo
()
{
val a
=
1
<!
SYNTAX
!><!>
/* GENERATED_FIR_TAGS: functionDeclaration, integerLiteral, localProperty, propertyDeclaration */