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