79740289

Date: 2025-08-19 18:38:52
Score: 0.5
Natty:
Report link
// build dynamic list whose elements are determined at run time
val myList: List<Float> = buildList {
  add(1f)
  // add computed items
  //TODO:
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Farid Z