class Steep::TypeInference::Context::MethodContext
def block_type
def block_type method_type&.block end
def initialize(name:, method:, method_type:, return_type:, constructor:, super_method:)
def initialize(name:, method:, method_type:, return_type:, constructor:, super_method:) @name = name @method = method @return_type = return_type @method_type = method_type @constructor = constructor @super_method = super_method end