mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Updated test data. Unit -> jet.Unit.
This commit is contained in:
@@ -3,5 +3,5 @@ package test
|
||||
public open class DifferentGetterAndSetter : java.lang.Object {
|
||||
public constructor DifferentGetterAndSetter()
|
||||
public open fun getSomething() : jet.Int
|
||||
public open fun setSomething(/*0*/ p0 : jet.String?) : Unit
|
||||
public open fun setSomething(/*0*/ p0 : jet.String?) : jet.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user