Add intention for converting to block comment and vise versa

So #KT-23137 Fixed
This commit is contained in:
Toshiaki Kameyama
2018-04-19 11:12:29 +03:00
committed by Mikhail Glukhikh
parent 3351b00870
commit e58d9c5507
45 changed files with 488 additions and 0 deletions
@@ -0,0 +1,12 @@
fun test() {
// comment1
//
// comment2<caret>
//
// comment3
val foo = 1
}