Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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 */