[SLC/ULC] KTIJ-25335 Add tests for fields with missing names
This commit is contained in:
committed by
Space Team
parent
c00eb050ce
commit
f318cd8a79
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
public final class Foo /* Foo*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.lang.String name;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.String getName();// getName()
|
||||
|
||||
public Foo(@org.jetbrains.annotations.NotNull() java.lang.String, error.NonExistentClass);// .ctor(java.lang.String, error.NonExistentClass)
|
||||
}
|
||||
Reference in New Issue
Block a user