Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
staticMembers
/
StaticImport.java
blob: 0635984c346ec3ee380c1875dd81c62a74ff5055 [
file
] [
log
] [
blame
]
import
static
p
.
Bar
.
bar
;
class
Impl
{
void
foo
()
{
bar
();
}
}