Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dd4ca2cb43e932606f2630bd1f6f81f9cfb14a2e
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByPsi
/
defaultMethodInKotlinWithSettingAll.java
blob: b2896723d0642a30c772c5bbb08b21d0cb784b9b [
file
] [
log
] [
blame
]
public
abstract
interface
KtInterface
/* KtInterface*/
{
public
abstract
void
defaultFun
();
// defaultFun()
public
abstract
void
withoutBody
();
// withoutBody()
}