Add singleton class to known-issues by euglena1215 · Pull Request #181 · ruby/typeprof

Currently, we do not support singleton_class_node, which prevents us from handling syntax like the following: class Foo class << self def foo = :ok end end To address this as a known issue,...