Fix common misspellings
This commit is contained in:
committed by
Nikolay Krasko
parent
33961acb8d
commit
686cfa6fd2
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
public val infered: Outer<kotlin.String>.Inner<kotlin.Int>
|
||||
public val inferred: Outer<kotlin.String>.Inner<kotlin.Int>
|
||||
public fun factoryString(): Outer<kotlin.String>.Inner<kotlin.String>
|
||||
public fun </*0*/ T, /*1*/ Y> infer(/*0*/ x: T, /*1*/ y: Y): Outer<T>.Inner<Y>
|
||||
public fun main(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user