blob: 18c748212c0b35851ba283e0819fb7f349d651ae [file]
package test
public open class NotNullField {
public constructor NotNullField()
org.jetbrains.annotations.NotNull() public final var hi: kotlin.String!
}