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