Merge pull request #329 from jrenner/patch-1

fix typo
This commit is contained in:
Andrey Breslav
2013-12-25 00:54:34 -08:00
+1 -1
View File
@@ -3,7 +3,7 @@ package kotlin
private object _Assertions
deprecated("Must be puplic to make assert() inlinable")
deprecated("Must be public to make assert() inlinable")
public val ASSERTIONS_ENABLED: Boolean = _Assertions.javaClass.desiredAssertionStatus()
/**