Java declaration annotations are treated as type annotations
This is needed, for example, to approximate flexible types correctly when rendering them in the code
This commit is contained in:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class NotNullIntArray {
|
||||
public constructor NotNullIntArray()
|
||||
public open fun hi(): kotlin.IntArray!
|
||||
org.jetbrains.annotations.NotNull() public open fun hi(): kotlin.IntArray!
|
||||
}
|
||||
Reference in New Issue
Block a user