Minor: remove error marker from commented out test code

This commit is contained in:
Pavel V. Talanov
2018-02-12 16:46:16 +01:00
parent fd4e262b1f
commit 8ac7f0b592

View File

@@ -8,7 +8,7 @@ public class UsingReadOnlyInterfaces {
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
// KT-22594
// iCollection.<error>getSize</error>();
// iCollection.getSize();
iCollection.size();
}