Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
notNull
/
NotNullField.txt
blob: 256a180d2aa0a1742458e5d171b48c211c92fd69 [
file
] [
log
] [
blame
]
package test
public open class NotNullField {
public constructor NotNullField()
@org.jetbrains.annotations.NotNull public final var hi: kotlin.String
}