KT-12297 related: make not open quick-fix for REDUNDANT_OPEN_IN_INTERFACE

This commit is contained in:
Mikhail Glukhikh
2016-09-13 20:01:29 +03:00
parent 34240e2ff9
commit 32d11c35a4
4 changed files with 17 additions and 1 deletions
@@ -0,0 +1,5 @@
// "Make 'foo' not open" "true"
interface My {
fun foo()
}