Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
j2k
/
testData
/
fileOrElement
/
class
/
twoStaticMethod.java
blob: 3087adf7ef7e4e66804282ca336c0b5d1ddade61 [
file
] [
log
] [
blame
]
//class
final
class
S
{
static
boolean
sB
()
{
return
true
;
}
static
int
sI
()
{
return
1
;
}
}