Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
TwoFields.java
blob: 5435e17236b8e0d2c64d81b025d32c0c157b8430 [
file
] [
log
] [
blame
]
package
test
;
public
final
class
TwoFields
{
public
int
a
;
public
short
b
;
}