continue work on KT-458

70b7810c30 fixed parser

this commit fixes typer
This commit is contained in:
Stepan Koltsov
2011-11-10 19:07:51 +04:00
parent 70b7810c30
commit 5fbf684998
5 changed files with 75 additions and 5 deletions
@@ -0,0 +1,15 @@
namespace dollar
open class `$$$$$`() {
}
open class `$`() {
}
open class `$$`(`$$$$` : `$$$$$`?) : `$`() {
val `$$$` : `$$$$$`?
{
$`$$$` = `$$$$`
}
open public fun `$$$$$$`() : `$$$$$`? {
return `$$$`
}
}