Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
analysis-api
/
testData
/
referenceResolve
/
ExpectSuperClassConstructorArgument.kt
blob: 0d97464c3b07f0749bc04b8e53bbd66be6bc5363 [
file
]
// LANGUAGE: +MultiPlatformProjects
// MODULE: common
// TARGET_PLATFORM: Common
// FILE: Common.kt
expect open
class
Foo
(
val obj
:
Any
)
expect
class
Bar
(
obj
:
Any
)
:
Foo
(
ob
<caret>
j
)