testing/testData/inspection/xmlOutput/My.kt (1 lines of code) (raw):

// warning: org.jetbrains.kotlin.idea.inspections.DataClassPrivateConstructorInspection // xmlReport = true data class My private constructor(val x: Double, val y: Int, val z: String)