mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
Minor: comment out test for KT-22594 to unmute it on teamcity
#KT-22594 Open
This commit is contained in:
@@ -6,7 +6,9 @@ public class UsingReadOnlyInterfaces {
|
||||
iCollection.add(elem);
|
||||
iCollection.isEmpty();
|
||||
iCollection.clear();
|
||||
iCollection.<error>getSize</error>(); // 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
|
||||
// iCollection.<error>getSize</error>();
|
||||
iCollection.size();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user