[stdlib] Explicit visibility and return types: JVM
This commit is contained in:
committed by
Space Team
parent
c77930c1ea
commit
2e030f213b
@@ -6,7 +6,7 @@
|
||||
package kotlin
|
||||
|
||||
public open class KotlinNullPointerException : NullPointerException {
|
||||
constructor()
|
||||
public constructor()
|
||||
|
||||
constructor(message: String?) : super(message)
|
||||
public constructor(message: String?) : super(message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user