blob: ab10e4081a7fb85e11e8eaf386ab05cd42b8f1e7 [file]
// LANGUAGE: +MultiPlatformProjects
// MODULE: common
// TARGET_PLATFORM: Common
// FILE: Common.kt
expect open class Foo()
expect class Bar() : F<caret>oo()