8 lines
77 B
Kotlin
Vendored
8 lines
77 B
Kotlin
Vendored
/**
|
|
* @param <caret>i this is an integer
|
|
*/
|
|
class C(i: Int) {
|
|
}
|
|
|
|
// REF: i
|