Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b7de3709e46eb073303a1e8aac4c22656e4f2863
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
ListImpl.kt
blob: 9a296408d786d7f97dd1e25c98ac9723f7d0b229 [
file
]
package
test
fun useListImpl
()
=
object
:
ListImpl
()
{
override
fun func
()
=
42
}.
func
()