mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
11 lines
250 B
Plaintext
Vendored
11 lines
250 B
Plaintext
Vendored
package test
|
|
|
|
public fun </*0*/ T : kotlin.String> id(/*0*/ T): T
|
|
|
|
public/*package*/ open class Question {
|
|
public/*package*/ constructor Question()
|
|
|
|
// Static members
|
|
public/*package*/ open fun </*0*/ T : kotlin.Any!> id2(/*0*/ T!): T!
|
|
}
|