Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
fromLoadJava
/
TwoFields.kt
blob: ea277c3f44adcda6546a7addfb129597008a3f13 [
file
]
package
test
public
class
TwoFields
()
{
public
var
a
:
Int
=
1
public
var
b
:
Short
=
2
;
}