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