Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
enum
/
DefaultArgumentInEnumConstructor.kt
blob: 08e5ecac9e4e74a34e06367e0c46f9a05770528e [
file
]
package
test
enum
class
K
(
private
val
default
:
String
=
"default"
)
{
ENTRY
()
}