Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
dataClass
/
OneVal.kt
blob: 24d08d2a899e53c1e4c301c9da4d79f505f23f46 [
file
]
package
test
data
class
DataClass
(
val x
:
String
)