mirror of https://github.com/blackjack4494/yt-dlc
[swfinterp] Intepret more multinames
parent
7f3e33a147
commit
4baafa229d
@ -0,0 +1,10 @@
|
||||
// input: [{"x": 1, "y": 2}]
|
||||
// output: 3
|
||||
|
||||
package {
|
||||
public class DictCall {
|
||||
public static function main(d:Object):int{
|
||||
return d.x + d.y;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue