NShiftKey-Rule-Guide logo NShiftKey-Rule-Guide

1. Vulnerability Description

2. Vulnerability Countermeasure

3. Sample Code

class Test {
   def foo : Any = 1
}
class Test {
   def foo : Int = 1
}