Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
classes
/
expectWithSuperClass.kt
blob: 8cbba8a21fc8e858e9edbc53debef302e8235a6f [
file
]
// LANGUAGE: +MultiPlatformProjects
expect open
class
Foo
(
val obj
:
Any
)
expect
class
Bar
<caret>
(
obj
:
Any
)
:
Foo
(
obj
)