185d0c6165
#KT-29143 Fixed
13 lines
200 B
Kotlin
Vendored
13 lines
200 B
Kotlin
Vendored
/**
|
|
* An important class
|
|
*/
|
|
class WithComments
|
|
/**
|
|
* Some nasty constructor
|
|
*/
|
|
constructor(
|
|
/* First parameter */
|
|
val first: Int,<caret>
|
|
/* Second Parameter */
|
|
val second: Double)
|