Files
kotlin/compiler/testData/diagnostics/tests/inlineClasses/inlineClassDeclarationCheck.kt
Mikhail Zarechenskiy d3280252f9 Prohibit inline data classes
`CONFLICTING_JVM_DECLARATIONS` diagnostics are reported because we're
 trying to generate functions from `Any` once for inline class and
 once for data class

 #KT-25760 Fixed
2018-08-08 15:47:26 +03:00

1.5 KiB
Vendored