Minor: fix issue reference

This commit is contained in:
Ilya Gorbunov
2020-05-15 18:15:21 +03:00
parent d37c412f76
commit 143d8d1520
@@ -53,7 +53,7 @@ object ArrayOps : TemplateGroupBase() {
"get() = size - 1"
}
specialFor(ArraysOfUnsigned) {
// TODO: Make inlineOnly after KT-30185 is fixed.
// TODO: Make inlineOnly after KT-30015 is fixed.
// InlineOnly properties currently are not inlined and may lead to IllegalAccessException
// when accessed from an inline (or inlineOnly) method.
// It is because the method body contains access call to inlineOnly property in nonpublic multifile part,
@@ -72,7 +72,7 @@ object ArrayOps : TemplateGroupBase() {
"get() = IntRange(0, lastIndex)"
}
specialFor(ArraysOfUnsigned) {
// TODO: Make inlineOnly after KT-30185 is fixed.
// TODO: Make inlineOnly after KT-30015 is fixed.
// InlineOnly properties currently are not inlined and may lead to IllegalAccessException
// when accessed from an inline (or inlineOnly) method.
// It is because the method body contains access call to inlineOnly property in nonpublic multifile part,