Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
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
}