comments support work in progress

This commit is contained in:
Dmitry Jemerov
2012-05-31 21:48:51 +02:00
committed by Pavel V. Talanov
parent 512603ce0c
commit 4bb3731272
12 changed files with 91 additions and 53 deletions
@@ -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 {