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