diff options
Diffstat (limited to 't/t4018/kotlin-fun')
-rw-r--r-- | t/t4018/kotlin-fun | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t4018/kotlin-fun b/t/t4018/kotlin-fun new file mode 100644 index 0000000..2a60280 --- /dev/null +++ b/t/t4018/kotlin-fun @@ -0,0 +1,5 @@ +fun RIGHT(){ + //a comment + //b comment + return ChangeMe() +} |