Bad indentation after annotation in incomplete declaration (KT-22322)

Same behavior is for any modifier in incomplete declaration.

 #KT-22322 Fixed
This commit is contained in:
Nikolay Krasko
2018-09-14 14:52:46 +03:00
parent 94531f992d
commit 782aa94513
7 changed files with 53 additions and 1 deletions
@@ -0,0 +1,5 @@
class Foo {
companion object {
@JvmStatic<caret>
}
}