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