5 lines
88 B
Kotlin
Vendored
5 lines
88 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
interface Base
|
|
|
|
class Foo(<caret>s: String, b: Base): Base by b |