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