Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
interfaces
/
noPrivateMemberInJavaInterface.kt
blob: 623d4663d50c653a92f550898ed8136097c8da4e [
file
]
interface
A
{
private
val prop
:
String
get
()
=
"1"
private
fun foo
()
{
}
private
fun defaultFun
(
p
:
String
=
"OK"
)
{
}
}
// 1 foo\(
// 1 getProp\(
// 1 defaultFun\$