79592794

Date: 2025-04-25 15:11:44
Score: 0.5
Natty:
Report link
class Vision: Detector {
    typealias ViewType = Text
    
    func check(mark: some Mark) -> ViewType {
        Text("Vision")
    }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: clawesome