Open chinmaykunkikar opened 4 years ago
Describe the problem The Object-oriented programming codelab uses const PI from java.lang.Math.PI when kotlin.math.PI supports the same constant since v1.2. Also, IDEA does not suggest java.lang.Math.PI anymore.
PI
java.lang.Math.PI
kotlin.math.PI
In which step of the codelab can this issue be found? Step number 2 of Object-oriented programming codelab
Steps to reproduce? Not applicable
Versions Community 2020.1.1 Build #IC-201.7223.91
Additional information Not applicable
codelab: kotlin-bootcamp
Describe the problem The Object-oriented programming codelab uses const
PI
fromjava.lang.Math.PI
whenkotlin.math.PI
supports the same constant since v1.2. Also, IDEA does not suggestjava.lang.Math.PI
anymore.In which step of the codelab can this issue be found? Step number 2 of Object-oriented programming codelab
Steps to reproduce? Not applicable
Versions Community 2020.1.1 Build #IC-201.7223.91
Additional information Not applicable
codelab: kotlin-bootcamp