Marcin Wisniowski
09/14/2023, 10:13 AMassert
on a single declaration, only on a list of them. This is forcing me to not use assert when I have only one declaration and instead use assertions from the unit testing library - losing the useful error messages that Konsist provides.Marcin Wisniowski
09/14/2023, 11:00 AMfun <E : KoBaseProvider> E.assert(function: (E) -> Boolean?) {
listOf(this).assert(function)
}
igor.wojda
09/14/2023, 11:26 AMMarcin Wisniowski
09/14/2023, 12:52 PMMarcin Wisniowski
09/14/2023, 12:52 PMigor.wojda
09/14/2023, 2:13 PMigor.wojda
09/17/2023, 4:31 PMigor.wojda
09/18/2023, 9:30 AMv0.13.0