"Add open to callable" intention introduced #KT-16786 Fixed

This commit is contained in:
shiraji
2017-04-10 01:01:04 +09:00
committed by Mikhail Glukhikh
parent cdb42c989e
commit 83169ad781
27 changed files with 263 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
enum class E {
SINGLE;
<caret>fun bar() {}
}