c2bf68c9d3
Also rename its jar to `kotlin-lombok-compiler-plugin` ^KT-52468 Fixed
4 lines
106 B
Kotlin
Vendored
4 lines
106 B
Kotlin
Vendored
fun <T> assertEquals(a: T, b: T) {
|
|
if (a != b) throw RuntimeException("'$a' was not equal to '$b'")
|
|
}
|