Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
class
/
kt4050.java
blob: 606302b8534501af58fff64035667175ee9883cb [
file
] [
log
] [
blame
]
package
test
;
public
class
kt4050
{
public
static
void
main
(
String
[]
args
)
{
MyEnum
.
ENTRY
.
getOrd
();
}
}