Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
redeclarations
/
privateClasses.fir.kt
blob: f4c36f98d106057618a8c2a09f394bd16bd555f3 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// ISSUE: KTIJ-30120
// FILE: A1.kt
private
class
<!
CLASSIFIER_REDECLARATION
!>
A
<!>
// FILE: A2.kt
private
class
<!
CLASSIFIER_REDECLARATION
!>
A
<!>
/* GENERATED_FIR_TAGS: classDeclaration */