i18n: fix bundle messages/testData messages where necessary

This commit is contained in:
Roman Golyshev
2020-02-27 14:43:41 +03:00
committed by Dmitry Gridin
parent e1cb561398
commit 1dded486f1
115 changed files with 163 additions and 163 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ class Foo {
<caret>lateinit var foo: String
}
//INFO: lateinit allows initializing a <a href="https://kotlinlang.org/docs/reference/properties.html#late-initialized-properties-and-variables">non-null property outside of a constructor</a>
//INFO: 'lateinit' allows initializing a <a href="https://kotlinlang.org/docs/reference/properties.html#late-initialized-properties-and-variables">not-null property outside of a constructor</a>
+1 -1
View File
@@ -2,4 +2,4 @@
foo()
}
//INFO: tailrec marks a function as <a href="https://kotlinlang.org/docs/reference/functions.html#tail-recursive-functions">tail-recursive</a> (allowing the compiler to replace recursion with iteration)
//INFO: 'tailrec' marks a function as <a href="https://kotlinlang.org/docs/reference/functions.html#tail-recursive-functions">tail-recursive</a> (allowing the compiler to replace recursion with iteration)