Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
redeclarations
/
kotlinClassJavaClassRedeclaration.fir.kt
blob: 4ff58041eb4f644f376421a4a2989fca3333bc7c [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FILE: test/A.kt
package
test
class
<!
CLASSIFIER_REDECLARATION
!>
A
<!>
// FILE: test/A.java
package
test
;
public
class
A
{
}
/* GENERATED_FIR_TAGS: classDeclaration */