class SyntaxTree::Parser

def on_void_stmt

Experimental RBS support (using type sampling data from the type_fusion project).

def on_void_stmt: () -> untyped

This signature was generated using 1 sample from 1 application.

on_void_stmt: () -> VoidStmt
:call-seq:
def on_void_stmt
  VoidStmt.new(
    location:
      Location.fixed(line: lineno, char: char_pos, column: current_column)
  )
end