Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
constVal.before.data.JavaClient.java
blob: 1f66f5be3b8feef8d580d7d7875a5cba94a982f2 [
file
] [
log
] [
blame
]
import
constVal
.
ConstVal_before_MainKt
;
class
JavaClient
{
int
foo
()
{
return
ConstVal_before_MainKt
.
getI
();
}
}