KT-37781 Add FUN_KEYWORD to MODIFIERS_ORDER

- This way it is inserted before visibility modifiers
- ^KT-37781 Fixed
This commit is contained in:
Roman Golyshev
2020-03-26 15:34:36 +03:00
committed by Roman Golyshev
parent e39b69839b
commit f656cd2889
4 changed files with 12 additions and 1 deletions
@@ -0,0 +1,3 @@
<caret>fun interface I {
fun test()
}