KT-4344 "Overridden method parameters are not annotated" warnings from Java
#KT-4344 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class Small {
|
||||
void test(@NotNull String hi) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user