KT-3161 JetCommenter implementation stub
This commit is contained in:
committed by
Mikhael Bogdanov
parent
cacb4b26e4
commit
2ad1bfa743
@@ -0,0 +1,2 @@
|
||||
/**<caret>
|
||||
fun test() = 0
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* <caret>
|
||||
*/
|
||||
fun test() = 0
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* x<caret>
|
||||
*/
|
||||
fun test() = 0
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* x
|
||||
* <caret>
|
||||
*/
|
||||
fun test() = 0
|
||||
Reference in New Issue
Block a user