Files
kotlin-fork/idea/testData/inspections/javaCollectionsStaticMethodOnImmutableList/inspectionData/inspections.test
T
Toshiaki Kameyama 7d6cb7805c Add inspection: Java mutator method used on immutable Kotlin Collections
In particular, fill, reverse, shuffle, sort calls are reported
So #KT-22011 Fixed
2018-02-28 11:52:44 +03:00

2 lines
136 B
Plaintext
Vendored

// INSPECTION_CLASS: org.jetbrains.kotlin.idea.inspections.JavaCollectionsStaticMethodOnImmutableListInspection
// RUNTIME_WITH_FULL_JDK