Misleading quick fix message for an 'open' modifier on an interface member #KT-18738 Fixed

This commit is contained in:
Toshiaki Kameyama
2017-07-18 18:59:22 +09:00
parent d2dbc47454
commit f8cf0f2ab9
3 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
// "Make 'foo' not open" "true"
// "Remove redundant 'open' modifier" "true"
interface My {
<caret>open fun foo()