Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
serialization
/
klib
/
delegationToInterfaceWithDeprecation_main.kt
blob: 05ef66e995931e4022b751b8ed7556f193f98a41 [
file
]
package
test
class
Other
(
val s
:
Some
)
:
Some
by
s