joern icon indicating copy to clipboard operation
joern copied to clipboard

[ruby] Could not represent expression `Block`

Open AndreiDreyer opened this issue 1 year ago • 0 comments

Could not represent expression: -> (arg){
puts arg
}
x=10
-> (arg){
puts arg
}.call(x)

AndreiDreyer avatar May 02 '24 09:05 AndreiDreyer