Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
bytecodeTextMultifile
/
javaStatics
/
Parent.java
blob: 9bd273555e58d71c1b7178f4668bafc73885e0a0 [
file
]
class
Parent
{
public
static
int
a
=
1
;
public
static
int
b
=
2
;
public
static
void
foo
()
{}
public
static
void
baz
()
{}
}