Parameter Info: Do not render nullability annotations
#KT-23408 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import org.jetbrains.annotations.Nullable
|
||||
import org.jetbrains.annotations.NotNull
|
||||
|
||||
class J {
|
||||
static void foo(@Nullable String s1, @NotNull String s2, String s3) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user