Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
Interface.txt
blob: 474785604e8a74704c5fdb563be6fd1084a785b2 [
file
]
package test
public/*package*/ interface Interface {
}
public final class InterfaceImpl : test.Interface {
public constructor InterfaceImpl()
}