Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smartMultiFile
/
StaticMembers1
/
JavaClass1.java
blob: df8733bd414d3cf2ccb149f046ae494311920dc0 [
file
] [
log
] [
blame
]
import
test
.
C
public
class
JavaClass1
{
public
static
C f
()
{
return
new
C
();
}
public
static
C g
()
{
return
new
C
();
}
public
static
int
h
()
{
return
0
;
}
}