Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxWithJava
/
inline
/
Test.java
blob: 083be6c0664b38601cf5d98929d0b0848405b52a [
file
]
public
class
Test
{
protected
String
data
=
"O"
;
protected
Test
()
{
}
protected
static
String
testStatic
()
{
return
"K"
;
}
}