Fix common misspellings
This commit is contained in:
committed by
Nikolay Krasko
parent
33961acb8d
commit
686cfa6fd2
@@ -7,7 +7,7 @@ public final enum class A : kotlin.Enum<A> {
|
||||
|
||||
enum entry THREE
|
||||
|
||||
enum entry FOURTY_TWO
|
||||
enum entry FORTY_TWO
|
||||
|
||||
private constructor A()
|
||||
private constructor A(/*0*/ c: kotlin.Int)
|
||||
|
||||
Reference in New Issue
Block a user