I've run into an issue when using BCEL on the results of the below Kotlin
code.
class test {
fun takeABlock(a: () -> Unit) {
a()
}
fun `method name with () in it`() {
takeABlock { println("other test") }
}
fun `method name without parens`() {
takeABloc
your issue in the simplest
> fashion. Also make sure you are using the last version, 6.7.0.
>
> Thank you,
> Gary
>
> On Wed, Feb 8, 2023, 11:14 Jason Copenhaver
> wrote:
>
> > I've run into an issue when using BCEL on the results of the below Kotlin
> > code.