Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
TwoDeclarationsInSameFile.kt
blob: a744ee9ec63801213fc04b4017a245ce0e18ef70 [
file
]
// RUN_PIPELINE_TILL: BACKEND
package
p
open
class
A
class
B
:
A
()
/* GENERATED_FIR_TAGS: classDeclaration */