Minor: remove error marker from commented out test code
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ public class UsingReadOnlyInterfaces {
|
|||||||
iCollection.clear();
|
iCollection.clear();
|
||||||
// this is not an error when analyzing against kotlin sources (which is a bug), this inconsistency is hard to fix with the current approach
|
// this is not an error when analyzing against kotlin sources (which is a bug), this inconsistency is hard to fix with the current approach
|
||||||
// KT-22594
|
// KT-22594
|
||||||
// iCollection.<error>getSize</error>();
|
// iCollection.getSize();
|
||||||
iCollection.size();
|
iCollection.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user