comments support work in progress
This commit is contained in:
committed by
Pavel V. Talanov
parent
512603ce0c
commit
4bb3731272
@@ -0,0 +1,14 @@
|
||||
// This is an end-of-line comment
|
||||
|
||||
/*
|
||||
This is a block comment
|
||||
*/
|
||||
|
||||
|
||||
class C {
|
||||
// This is a comment
|
||||
|
||||
public void foo() {
|
||||
/* This is a comment */
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// This is an end-of-line comment
|
||||
/*
|
||||
This is a block comment
|
||||
*/
|
||||
@@ -1,5 +1,8 @@
|
||||
package test
|
||||
import java.io.File
|
||||
/**
|
||||
* User: ignatov
|
||||
*/
|
||||
public open class Test() {
|
||||
class object {
|
||||
public open fun isDir(parent : File?) : Boolean {
|
||||
|
||||
Reference in New Issue
Block a user