Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
class
/
oneStaticMethod.java
blob: a23e0cf0a6162ffe91fafe8f937eab43038c7d14 [
file
] [
log
] [
blame
]
//class
final
class
S
{
static
boolean
staticF
()
{
return
true
;
}
}