Minor in JS lib: dropped semicolon in package declarations.

This commit is contained in:
Zalim Bashorov
2014-09-11 21:17:22 +04:00
parent b0aa3e9988
commit 0f136d5adc
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package kotlin.js;
package kotlin.js
native
public annotation class native(name : String = "")
+1 -1
View File
@@ -1,4 +1,4 @@
package kotlin.js;
package kotlin.js
import java.util.*;
+1 -1
View File
@@ -1,4 +1,4 @@
package kotlin.js;
package kotlin.js
//TODO: declare using number
native
+1 -1
View File
@@ -1,4 +1,4 @@
package org.junit;
package org.junit
native
public annotation class Test(val name: String = "")