Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
redeclarations
/
ScriptAndClassConflict.fir.kts
blob: a44590ea1a163e935eaa0c2acb8f68207f6df2eb [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FILE: f1.kt
package
test
class
A
class
<!
CLASSIFIER_REDECLARATION
!>
F1
<!>
// FILE: A.kts
package
test
val x
=
1
class
F1
/* GENERATED_FIR_TAGS: classDeclaration, integerLiteral, localProperty, propertyDeclaration */