Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
notNull
/
NotNullMethod.txt
blob: 2eb45808f3110ae926e1b3f9c0b161fe2d1c1792 [
file
] [
log
] [
blame
]
package test
public open class NotNullMethod {
public constructor NotNullMethod()
@org.jetbrains.annotations.NotNull public open fun hi(): kotlin.String
}