mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
11 lines
238 B
Plaintext
Vendored
11 lines
238 B
Plaintext
Vendored
package test
|
|
|
|
internal 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> id2(/*0*/ T!): T!
|
|
}
|