Kapt: Escape nested comments in doc comments (KT-22469)
This commit is contained in:
@@ -59,4 +59,9 @@ enum class EnumError {
|
||||
};
|
||||
|
||||
abstract fun doIt(): String
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* `/* Failure */`
|
||||
*/
|
||||
interface TestComponent
|
||||
Reference in New Issue
Block a user