Added test

This commit is contained in:
Valentin Kipyatkov
2015-06-05 21:52:00 +03:00
parent 7dddd6c718
commit e1efb95259
5 changed files with 152 additions and 0 deletions
@@ -0,0 +1,10 @@
// IS_APPLICABLE: false
/**
* <caret>This is a doc-comment
*/
@deprecated("")
fun foo() {
bar()
}
fun bar(){}