Report errors when iterator() returns a nullable type
This commit is contained in:
@@ -165,7 +165,7 @@ public class LiveTemplatesTest extends LightCodeInsightFixtureTestCase {
|
||||
public void testIter() {
|
||||
start();
|
||||
|
||||
assertStringItems("args", "collection", "myList", "str", "stream");
|
||||
assertStringItems("args", "myList", "str", "stream");
|
||||
type("args");
|
||||
nextTab(2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user