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