Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxWithJava
/
inline
/
javaProtectedVisibility.kt
blob: b8635015f983b64bc48eb368e1b136fb3d2e007e [
file
]
public
inline
fun test
():
String
{
val p
=
object
:
Test
()
{}
return
p
.
data
+
Test
.
testStatic
();
}
fun box
():
String
{
return
test
()
}